﻿CHARACTERS = {
	c:PAP ?= {
		create_character = {
			# Gregory XVI
			first_name = "Gregorius"
			last_name = "Cappellari"
			historical = yes
			ruler = yes
			birth_date = 1765.9.18
			dna = dna_pope_gregory_16
			interest_group = ig_devout
			ideology = ideology_theocrat
			traits = {
				imperious
			}
		}

		create_character = {
			# Carlo Armellini
			first_name = Carlo
			last_name = Armellini
			historical = yes
			age = 59 # born in 1777, can't find his exact birth date
			ig_leader = yes
			interest_group = ig_intelligentsia
			ideology = ideology_moderate
			traits = {
			}
		}

		create_character = {
			# Cardinal Luigi Lambruschini
			first_name = Luigi
			last_name = Lambruschini
			historical = yes
			birth_date = 1776.3.6
			ig_leader = yes
			interest_group = ig_devout
			ideology = ideology_moderate
			traits = {
			}
		}

		create_character = {
			# Giovanni Maria Mastai Ferretti, the future Pope Pius IX
			first_name = Giovanni_Maria
			last_name = Ferretti
			historical = yes
			birth_date = 1792.5.13
			ig_leader = yes
			interest_group = ig_petty_bourgeoisie
			ideology = ideology_theocrat
			traits = {
			}
		}

		create_character = {
	 		is_general = yes
			first_name = Filippo 
			last_name = Resta
			historical = yes
			age = 39
			traits = {
		# 		doughty
		# 		military_family
			}
		}
	}
}
